火范文>英语词典>compiler option翻译和用法

compiler option

英 [kəmˈpaɪlə(r) ˈɒpʃn]

美 [kəmˈpaɪlər ˈɑːpʃn]

网络  编译器选项

计算机

双语例句

  • When you find those unwanted language elements, you may need to replace them with elements with similar functions that the THREAD compiler option supports.
    当找到这些不需要的语言元素后,可能需要用具有类似功能的元素替换它们,并且THREAD编译器选项支持这些替换的元素。
  • In place of the USE FOR DEBUGGING, use the-g compiler option to prompt the compiler to generate debug information for the source code.
    使用-g编译器选项替代USEFORDEBUGGING,提示编译器为源代码生成调试信息。
  • Use the-I compiler option to help the compiler locate the Xerces header files.
    使用-I编译器选项以帮助编译器找到Xerces头文件。
  • This can be done using the# pragma export directive, or the C compiler exportall option to export everything.
    可以使用pragmaexport指令或C编译器的exportall选项来完成。
  • This setting gives the federated compiler the option of allowing the data source to perform operations that are affected by different collating sequences& because numbers are always sorted the same.
    这种设置使联邦编译器可以选择允许数据源执行可能受不同排序序列影响的操作&因为数字总是按相同顺序排序。
  • Compiler option now lets you specify the behavior of specific warnings.
    编译器选项现允许指定特定警告的行为。
  • You do this using the# pragma export statement in your C code, or by specifying the EXPORTALL C compiler option.
    这需要在C代码中使用pragmaexport语句,或者指定EXPORTALLC编译器选项。
  • This compiler option cannot be changed programmatically.
    不能以编程方式更改此编译器选项。
  • You cannot mix programs compiled using THREAD compiler option and programs compiled using the default NOTHREAD compiler option in the same application.
    在同一个应用程序中,不能将使用THREAD编译器选项编译的程序与使用默认的NOTHREAD编译器选项编译的程序混合在一起。
  • In this command, scomp is the schema compiler, the-out option is used for the name of the output jar, automobile-policy.
    在上述命令中,scomp是模式编译器,-out选项用于命名输出的jar文件,这里使用的automobile-policy.jar;